global givState, givBASEMONITORSPRITE, givFullPath
set clik to the clickOn - givBASEMONITORSPRITE
if count(GetMonitorListByNumber(clik)) = 0 then
exit
end if
if ((the mode of givState = #play) and ((clik = 2) or ((clik = 3) and (count(the editList of givState) < 1)) or (clik = 5))) or (count(GetMonitorListByNumber(clik)) = 0) then
nothing()
else
SetActiveMonitor(clik)
if the doubleClick and (the mode of givState = #edit) then
EditListAdd()
end if
if the doubleClick and (the mode of givState = #play) then
if (clik = 3) and (count(the editList of givState) > 0) then